Html Css Color HEX #C8F3AA Reef

📋 copy color: '#C8F3AA'

red 200 ◦ green 243 ◦ blue 170

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

Shades of Reef #C8F3AA

Tints of Reef #C8F3AA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.64%

 BLUE value IS 170 (66.8% from 255) = 27.73%

R = 32.63%
G = 39.64%
B = 27.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#C8F3AA (or 0xC8F3AA) is known color: Reef. HEX triplet: C8, F3 and AA. RGB value is (200,243,170). Sum of RGB (Red+Green+Blue) = 200+243+170=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 243 (95.31% from 255 or 39.64% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F3AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F3AA is #370C55. Grayscale: #DEDEDE. Windows color (decimal): -3607638 or 11203528. OLE color: 11203528.

HSL color Cylindrical-coordinate representation of color #C8F3AA: hue angle of 95.34º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8F3AA is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 243 170 -
CMYK 0.18 0 0.30 0.05
HSL 95.34º 0.75% 0.81% -
HSV(B) 95.34º 0.3% 0.95% -
XYZ 63.13 79.28 50.01 -
YUV 221.82 98.75 112.44 -
System Red Green Blue C M Y K H S L
Decimal 200 243 170 0.18 0 0.30 0.05 95.34 0.75 0.81
Hex C8 F3 AA 12 0 1E 5 5F 4B 51
Octal 310 363 252 22 0 36 5 137 113 121
Binary 11001000 11110011 10101010 10010 0 11110 101 1011111 1001011 1010001

Color Harmonies of #C8F3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F3AA

Black with #C8F3AA

Text Example


Text Example

White with #C8F3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F3AA; }

 p { color: rgb(200,243,170); }

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

background-color css

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

 a { background-color: rgb(200,243,170); }

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

border-color css

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

 span { border-color: rgb(200,243,170); }

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