Html Css Color HEX #CCFAA5 Reef

📋 copy color: '#CCFAA5'

red 204 ◦ green 250 ◦ blue 165

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

Shades of Reef #CCFAA5

Tints of Reef #CCFAA5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.39%

 BLUE value IS 165 (64.84% from 255) = 26.66%

R = 32.96%
G = 40.39%
B = 26.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#CCFAA5 (or 0xCCFAA5) is known color: Reef. HEX triplet: CC, FA and A5. RGB value is (204,250,165). Sum of RGB (Red+Green+Blue) = 204+250+165=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 165 (64.84% from 255 or 26.66% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAA5 is #33055A. Grayscale: #E2E2E2. Windows color (decimal): -3343707 or 10877644. OLE color: 10877644.

HSL color Cylindrical-coordinate representation of color #CCFAA5: hue angle of 92.47º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCFAA5 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 165 -
CMYK 0.18 0 0.34 0.02
HSL 92.47º 0.89% 0.81% -
HSV(B) 92.47º 0.34% 0.98% -
XYZ 65.88 83.93 48.32 -
YUV 226.56 93.26 111.91 -
System Red Green Blue C M Y K H S L
Decimal 204 250 165 0.18 0 0.34 0.02 92.47 0.89 0.81
Hex CC FA A5 12 0 22 2 5C 59 51
Octal 314 372 245 22 0 42 2 134 131 121
Binary 11001100 11111010 10100101 10010 0 100010 10 1011100 1011001 1010001

Color Harmonies of #CCFAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAA5

Black with #CCFAA5

Text Example


Text Example

White with #CCFAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAA5; }

 p { color: rgb(204,250,165); }

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

background-color css

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

 a { background-color: rgb(204,250,165); }

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

border-color css

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

 span { border-color: rgb(204,250,165); }

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