Html Css Color HEX #A8CBCB Jungle Mist

📋 copy color: '#A8CBCB'

red 168 ◦ green 203 ◦ blue 203

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

Shades of Jungle Mist #A8CBCB

Tints of Jungle Mist #A8CBCB

RGB

 RED value IS 168 (66.02% from 255) = 29.27%

 GREEN value IS 203 (79.69% from 255) = 35.37%

 BLUE value IS 203 (79.69% from 255) = 35.37%

R = 29.27%
G = 35.37%
B = 35.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A8CBCB (or 0xA8CBCB) is known color: Jungle Mist. HEX triplet: A8, CB and CB. RGB value is (168,203,203). Sum of RGB (Red+Green+Blue) = 168+203+203=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #A8CBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBCB is #573434. Grayscale: #C0C0C0. Windows color (decimal): -5714997 or 13355944. OLE color: 13355944.

HSL color Cylindrical-coordinate representation of color #A8CBCB: hue angle of 180º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CBCB is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 203 203 -
CMYK 0.17 0 0 0.20
HSL 180º 0.25% 0.73% -
HSV(B) 180º 0.17% 0.8% -
XYZ 48.28 55.35 64.64 -
YUV 192.54 133.9 110.5 -
System Red Green Blue C M Y K H S L
Decimal 168 203 203 0.17 0 0 0.20 180 0.25 0.73
Hex A8 CB CB 11 0 0 14 B4 19 49
Octal 250 313 313 21 0 0 24 264 31 111
Binary 10101000 11001011 11001011 10001 0 0 10100 10110100 11001 1001001

Color Harmonies of #A8CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CBCB

Black with #A8CBCB

Text Example


Text Example

White with #A8CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CBCB; }

 p { color: rgb(168,203,203); }

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

background-color css

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

 a { background-color: rgb(168,203,203); }

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

border-color css

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

 span { border-color: rgb(168,203,203); }

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