Html Css Color HEX #CCF2A7 Reef

📋 copy color: '#CCF2A7'

red 204 ◦ green 242 ◦ blue 167

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

Shades of Reef #CCF2A7

Tints of Reef #CCF2A7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.48%

 BLUE value IS 167 (65.63% from 255) = 27.24%

R = 33.28%
G = 39.48%
B = 27.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#CCF2A7 (or 0xCCF2A7) is known color: Reef. HEX triplet: CC, F2 and A7. RGB value is (204,242,167). Sum of RGB (Red+Green+Blue) = 204+242+167=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2A7 is #330D58. Grayscale: #DEDEDE. Windows color (decimal): -3345753 or 11006668. OLE color: 11006668.

HSL color Cylindrical-coordinate representation of color #CCF2A7: hue angle of 90.4º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCF2A7 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 167 -
CMYK 0.16 0 0.31 0.05
HSL 90.4º 0.74% 0.8% -
HSV(B) 90.4º 0.31% 0.95% -
XYZ 63.63 79.13 48.48 -
YUV 222.09 96.91 115.1 -
System Red Green Blue C M Y K H S L
Decimal 204 242 167 0.16 0 0.31 0.05 90.4 0.74 0.8
Hex CC F2 A7 10 0 1F 5 5A 4A 50
Octal 314 362 247 20 0 37 5 132 112 120
Binary 11001100 11110010 10100111 10000 0 11111 101 1011010 1001010 1010000

Color Harmonies of #CCF2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2A7

Black with #CCF2A7

Text Example


Text Example

White with #CCF2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2A7; }

 p { color: rgb(204,242,167); }

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

background-color css

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

 a { background-color: rgb(204,242,167); }

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

border-color css

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

 span { border-color: rgb(204,242,167); }

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