Html Css Color HEX #CCFFA9 Reef

📋 copy color: '#CCFFA9'

red 204 ◦ green 255 ◦ blue 169

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

Shades of Reef #CCFFA9

Tints of Reef #CCFFA9

RGB

 RED value IS 204 (80.08% from 255) = 32.48%

 GREEN value IS 255 (100% from 255) = 40.61%

 BLUE value IS 169 (66.41% from 255) = 26.91%

R = 32.48%
G = 40.61%
B = 26.91%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#CCFFA9 (or 0xCCFFA9) is known color: Reef. HEX triplet: CC, FF and A9. RGB value is (204,255,169). Sum of RGB (Red+Green+Blue) = 204+255+169=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFA9 is #330056. Grayscale: #E6E6E6. Windows color (decimal): -3342423 or 11141068. OLE color: 11141068.

HSL color Cylindrical-coordinate representation of color #CCFFA9: hue angle of 95.58º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCFFA9 is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 169 -
CMYK 0.2 0 0.34 0
HSL 95.58º 1% 0.83% -
HSV(B) 95.58º 0.34% 1% -
XYZ 67.82 87.22 50.8 -
YUV 229.95 93.6 109.49 -
System Red Green Blue C M Y K H S L
Decimal 204 255 169 0.2 0 0.34 0 95.58 1 0.83
Hex CC FF A9 14 0 22 0 60 64 53
Octal 314 377 251 24 0 42 0 140 144 123
Binary 11001100 11111111 10101001 10100 0 100010 0 1100000 1100100 1010011

Color Harmonies of #CCFFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFA9

Black with #CCFFA9

Text Example


Text Example

White with #CCFFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFA9; }

 p { color: rgb(204,255,169); }

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

background-color css

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

 a { background-color: rgb(204,255,169); }

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

border-color css

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

 span { border-color: rgb(204,255,169); }

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