Html Css Color HEX #C8EAAD Reef

📋 copy color: '#C8EAAD'

red 200 ◦ green 234 ◦ blue 173

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

Shades of Reef #C8EAAD

Tints of Reef #C8EAAD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.55%

 BLUE value IS 173 (67.97% from 255) = 28.5%

R = 32.95%
G = 38.55%
B = 28.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#C8EAAD (or 0xC8EAAD) is known color: Reef. HEX triplet: C8, EA and AD. RGB value is (200,234,173). Sum of RGB (Red+Green+Blue) = 200+234+173=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EAAD is #371552. Grayscale: #D9D9D9. Windows color (decimal): -3609939 or 11397832. OLE color: 11397832.

HSL color Cylindrical-coordinate representation of color #C8EAAD: hue angle of 93.44º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8EAAD is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 234 173 -
CMYK 0.15 0 0.26 0.08
HSL 93.44º 0.59% 0.8% -
HSV(B) 93.44º 0.26% 0.92% -
XYZ 60.79 74.14 50.64 -
YUV 216.88 103.24 115.96 -
System Red Green Blue C M Y K H S L
Decimal 200 234 173 0.15 0 0.26 0.08 93.44 0.59 0.8
Hex C8 EA AD F 0 1A 8 5D 3B 50
Octal 310 352 255 17 0 32 10 135 73 120
Binary 11001000 11101010 10101101 1111 0 11010 1000 1011101 111011 1010000

Color Harmonies of #C8EAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EAAD

Black with #C8EAAD

Text Example


Text Example

White with #C8EAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EAAD; }

 p { color: rgb(200,234,173); }

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

background-color css

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

 a { background-color: rgb(200,234,173); }

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

border-color css

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

 span { border-color: rgb(200,234,173); }

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