Html Css Color HEX #C8ECA0 Reef

📋 copy color: '#C8ECA0'

red 200 ◦ green 236 ◦ blue 160

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

Shades of Reef #C8ECA0

Tints of Reef #C8ECA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.85%

R = 33.56%
G = 39.6%
B = 26.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#C8ECA0 (or 0xC8ECA0) is known color: Reef. HEX triplet: C8, EC and A0. RGB value is (200,236,160). Sum of RGB (Red+Green+Blue) = 200+236+160=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8ECA0 is #37135F. Grayscale: #D8D8D8. Windows color (decimal): -3609440 or 10546376. OLE color: 10546376.

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

Color convert

RGB 200 236 160 -
CMYK 0.15 0 0.32 0.07
HSL 88.42º 0.67% 0.78% -
HSV(B) 88.42º 0.32% 0.93% -
XYZ 60.16 74.81 44.53 -
YUV 216.57 96.07 116.18 -
System Red Green Blue C M Y K H S L
Decimal 200 236 160 0.15 0 0.32 0.07 88.42 0.67 0.78
Hex C8 EC A0 F 0 20 7 58 43 4E
Octal 310 354 240 17 0 40 7 130 103 116
Binary 11001000 11101100 10100000 1111 0 100000 111 1011000 1000011 1001110

Color Harmonies of #C8ECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ECA0

Black with #C8ECA0

Text Example


Text Example

White with #C8ECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ECA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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