Html Css Color HEX #ACCFC2 Jet Stream

📋 copy color: '#ACCFC2'

red 172 ◦ green 207 ◦ blue 194

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

Shades of Jet Stream #ACCFC2

Tints of Jet Stream #ACCFC2

RGB

 RED value IS 172 (67.58% from 255) = 30.02%

 GREEN value IS 207 (81.25% from 255) = 36.13%

 BLUE value IS 194 (76.17% from 255) = 33.86%

R = 30.02%
G = 36.13%
B = 33.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#ACCFC2 (or 0xACCFC2) is known color: Jet Stream. HEX triplet: AC, CF and C2. RGB value is (172,207,194). Sum of RGB (Red+Green+Blue) = 172+207+194=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFC2 is #53303D. Grayscale: #C3C3C3. Windows color (decimal): -5451838 or 12767148. OLE color: 12767148.

HSL color Cylindrical-coordinate representation of color #ACCFC2: hue angle of 157.71º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCFC2 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 194 -
CMYK 0.17 0 0.06 0.19
HSL 157.71º 0.27% 0.74% -
HSV(B) 157.71º 0.17% 0.81% -
XYZ 49.06 57.29 59.51 -
YUV 195.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 172 207 194 0.17 0 0.06 0.19 157.71 0.27 0.74
Hex AC CF C2 11 0 6 13 9E 1B 4A
Octal 254 317 302 21 0 6 23 236 33 112
Binary 10101100 11001111 11000010 10001 0 110 10011 10011110 11011 1001010

Color Harmonies of #ACCFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFC2

Black with #ACCFC2

Text Example


Text Example

White with #ACCFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFC2; }

 p { color: rgb(172,207,194); }

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

background-color css

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

 a { background-color: rgb(172,207,194); }

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

border-color css

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

 span { border-color: rgb(172,207,194); }

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