Html Css Color HEX #CCF09C Reef

📋 copy color: '#CCF09C'

red 204 ◦ green 240 ◦ blue 156

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

Shades of Reef #CCF09C

Tints of Reef #CCF09C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40%

 BLUE value IS 156 (61.33% from 255) = 26%

R = 34%
G = 40%
B = 26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#CCF09C (or 0xCCF09C) is known color: Reef. HEX triplet: CC, F0 and 9C. RGB value is (204,240,156). Sum of RGB (Red+Green+Blue) = 204+240+156=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF09C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF09C is #330F63. Grayscale: #DBDBDB. Windows color (decimal): -3346276 or 10285260. OLE color: 10285260.

HSL color Cylindrical-coordinate representation of color #CCF09C: hue angle of 85.71º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCF09C is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 156 -
CMYK 0.15 0 0.35 0.06
HSL 85.71º 0.74% 0.78% -
HSV(B) 85.71º 0.35% 0.94% -
XYZ 62.06 77.56 43.15 -
YUV 219.66 92.07 116.83 -
System Red Green Blue C M Y K H S L
Decimal 204 240 156 0.15 0 0.35 0.06 85.71 0.74 0.78
Hex CC F0 9C F 0 23 6 56 4A 4E
Octal 314 360 234 17 0 43 6 126 112 116
Binary 11001100 11110000 10011100 1111 0 100011 110 1010110 1001010 1001110

Color Harmonies of #CCF09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF09C

Black with #CCF09C

Text Example


Text Example

White with #CCF09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF09C; }

 p { color: rgb(204,240,156); }

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

background-color css

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

 a { background-color: rgb(204,240,156); }

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

border-color css

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

 span { border-color: rgb(204,240,156); }

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