Html Css Color HEX #38ACB7 Pelorous

📋 copy color: '#38ACB7'

red 56 ◦ green 172 ◦ blue 183

#38ACB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #38ACB7

Tints of Pelorous #38ACB7

RGB

 RED value IS 56 (22.27% from 255) = 13.63%

 GREEN value IS 172 (67.58% from 255) = 41.85%

 BLUE value IS 183 (71.88% from 255) = 44.53%

R = 13.63%
G = 41.85%
B = 44.53%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38ACB7 (or 0x38ACB7) is known color: Pelorous. HEX triplet: 38, AC and B7. RGB value is (56,172,183). Sum of RGB (Red+Green+Blue) = 56+172+183=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 183 - color contains mainly: blue. Hex color #38ACB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ACB7 is #C75348. Grayscale: #8A8A8A. Windows color (decimal): -13062985 or 12037176. OLE color: 12037176.

HSL color Cylindrical-coordinate representation of color #38ACB7: hue angle of 185.2º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38ACB7 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 172 183 -
CMYK 0.69 0.06 0 0.28
HSL 185.2º 0.53% 0.47% -
HSV(B) 185.2º 0.69% 0.72% -
XYZ 24.93 33.76 50 -
YUV 138.57 153.07 69.11 -
System Red Green Blue C M Y K H S L
Decimal 56 172 183 0.69 0.06 0 0.28 185.2 0.53 0.47
Hex 38 AC B7 45 6 0 1C B9 35 2F
Octal 70 254 267 105 6 0 34 271 65 57
Binary 111000 10101100 10110111 1000101 110 0 11100 10111001 110101 101111

Color Harmonies of #38ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ACB7

Black with #38ACB7

Text Example


Text Example

White with #38ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38ACB7; }

 p { color: rgb(56,172,183); }

 H1.HeaderClassName
 {
   color: #38ACB7;
 }
 .AnyTagClassName
 {
   color: #38ACB7;
 }
</style>

background-color css

<style>
 a { background-color: #38ACB7; }

 a { background-color: rgb(56,172,183); }

 div.DivClassName
 {
   background-color: #38ACB7;
 }
 .BgClassName
 {
   background-color: #38ACB7;
 }
</style>

border-color css

<style>
 span { border-color: #38ACB7; }

 span { border-color: rgb(56,172,183); }

 td.TdClassName
 {
   border-color: #38ACB7;
 }
 .TagClassName
 {
   border-color: #38ACB7;
 }
</style>