Html Css Color HEX #C8ECA4 Reef

📋 copy color: '#C8ECA4'

red 200 ◦ green 236 ◦ blue 164

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

Shades of Reef #C8ECA4

Tints of Reef #C8ECA4

RGB

 RED value IS 200 (78.52% from 255) = 33.33%

 GREEN value IS 236 (92.58% from 255) = 39.33%

 BLUE value IS 164 (64.45% from 255) = 27.33%

R = 33.33%
G = 39.33%
B = 27.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#C8ECA4 (or 0xC8ECA4) is known color: Reef. HEX triplet: C8, EC and A4. RGB value is (200,236,164). Sum of RGB (Red+Green+Blue) = 200+236+164=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 164 (64.45% from 255 or 27.33% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8ECA4 is #37135B. Grayscale: #D9D9D9. Windows color (decimal): -3609436 or 10808520. OLE color: 10808520.

HSL color Cylindrical-coordinate representation of color #C8ECA4: hue angle of 90º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8ECA4 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 236 164 -
CMYK 0.15 0 0.31 0.07
HSL 90º 0.65% 0.78% -
HSV(B) 90º 0.31% 0.93% -
XYZ 60.52 74.95 46.4 -
YUV 217.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 200 236 164 0.15 0 0.31 0.07 90 0.65 0.78
Hex C8 EC A4 F 0 1F 7 5A 41 4E
Octal 310 354 244 17 0 37 7 132 101 116
Binary 11001000 11101100 10100100 1111 0 11111 111 1011010 1000001 1001110

Color Harmonies of #C8ECA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ECA4

Black with #C8ECA4

Text Example


Text Example

White with #C8ECA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ECA4; }

 p { color: rgb(200,236,164); }

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

background-color css

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

 a { background-color: rgb(200,236,164); }

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

border-color css

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

 span { border-color: rgb(200,236,164); }

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