Html Css Color HEX #CBE5AC Reef

📋 copy color: '#CBE5AC'

red 203 ◦ green 229 ◦ blue 172

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

Shades of Reef #CBE5AC

Tints of Reef #CBE5AC

RGB

 RED value IS 203 (79.69% from 255) = 33.61%

 GREEN value IS 229 (89.84% from 255) = 37.91%

 BLUE value IS 172 (67.58% from 255) = 28.48%

R = 33.61%
G = 37.91%
B = 28.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#CBE5AC (or 0xCBE5AC) is known color: Reef. HEX triplet: CB, E5 and AC. RGB value is (203,229,172). Sum of RGB (Red+Green+Blue) = 203+229+172=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE5AC is #341A53. Grayscale: #D6D6D6. Windows color (decimal): -3414612 or 11331019. OLE color: 11331019.

HSL color Cylindrical-coordinate representation of color #CBE5AC: hue angle of 87.37º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBE5AC is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 172 -
CMYK 0.11 0 0.25 0.10
HSL 87.37º 0.52% 0.79% -
HSV(B) 87.37º 0.25% 0.9% -
XYZ 60.09 71.71 49.7 -
YUV 214.73 103.89 119.63 -
System Red Green Blue C M Y K H S L
Decimal 203 229 172 0.11 0 0.25 0.10 87.37 0.52 0.79
Hex CB E5 AC B 0 19 A 57 34 4F
Octal 313 345 254 13 0 31 12 127 64 117
Binary 11001011 11100101 10101100 1011 0 11001 1010 1010111 110100 1001111

Color Harmonies of #CBE5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE5AC

Black with #CBE5AC

Text Example


Text Example

White with #CBE5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE5AC; }

 p { color: rgb(203,229,172); }

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

background-color css

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

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

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

border-color css

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

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

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