Html Css Color HEX #C9EEA5 Reef

📋 copy color: '#C9EEA5'

red 201 ◦ green 238 ◦ blue 165

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

Shades of Reef #C9EEA5

Tints of Reef #C9EEA5

RGB

 RED value IS 201 (78.91% from 255) = 33.28%

 GREEN value IS 238 (93.36% from 255) = 39.4%

 BLUE value IS 165 (64.84% from 255) = 27.32%

R = 33.28%
G = 39.4%
B = 27.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#C9EEA5 (or 0xC9EEA5) is known color: Reef. HEX triplet: C9, EE and A5. RGB value is (201,238,165). Sum of RGB (Red+Green+Blue) = 201+238+165=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EEA5 is #36115A. Grayscale: #DADADA. Windows color (decimal): -3543387 or 10874569. OLE color: 10874569.

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

Color convert

RGB 201 238 165 -
CMYK 0.16 0 0.31 0.07
HSL 90.41º 0.68% 0.79% -
HSV(B) 90.41º 0.31% 0.93% -
XYZ 61.45 76.28 47.08 -
YUV 218.62 97.74 115.44 -
System Red Green Blue C M Y K H S L
Decimal 201 238 165 0.16 0 0.31 0.07 90.41 0.68 0.79
Hex C9 EE A5 10 0 1F 7 5A 44 4F
Octal 311 356 245 20 0 37 7 132 104 117
Binary 11001001 11101110 10100101 10000 0 11111 111 1011010 1000100 1001111

Color Harmonies of #C9EEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EEA5

Black with #C9EEA5

Text Example


Text Example

White with #C9EEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EEA5; }

 p { color: rgb(201,238,165); }

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

background-color css

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

 a { background-color: rgb(201,238,165); }

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

border-color css

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

 span { border-color: rgb(201,238,165); }

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