Html Css Color HEX #CCFFA4 Reef

📋 copy color: '#CCFFA4'

red 204 ◦ green 255 ◦ blue 164

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

Shades of Reef #CCFFA4

Tints of Reef #CCFFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 26.32%

R = 32.74%
G = 40.93%
B = 26.32%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#CCFFA4 (or 0xCCFFA4) is known color: Reef. HEX triplet: CC, FF and A4. RGB value is (204,255,164). Sum of RGB (Red+Green+Blue) = 204+255+164=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 164 (64.45% from 255 or 26.32% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFA4 is #33005B. Grayscale: #E5E5E5. Windows color (decimal): -3342428 or 10813388. OLE color: 10813388.

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

Color convert

RGB 204 255 164 -
CMYK 0.2 0 0.36 0
HSL 93.63º 1% 0.82% -
HSV(B) 93.63º 0.36% 1% -
XYZ 67.36 87.04 48.37 -
YUV 229.38 91.1 109.9 -
System Red Green Blue C M Y K H S L
Decimal 204 255 164 0.2 0 0.36 0 93.63 1 0.82
Hex CC FF A4 14 0 24 0 5E 64 52
Octal 314 377 244 24 0 44 0 136 144 122
Binary 11001100 11111111 10100100 10100 0 100100 0 1011110 1100100 1010010

Color Harmonies of #CCFFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFA4

Black with #CCFFA4

Text Example


Text Example

White with #CCFFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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