Html Css Color HEX #CCE294 Reef

📋 copy color: '#CCE294'

red 204 ◦ green 226 ◦ blue 148

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

Shades of Reef #CCE294

Tints of Reef #CCE294

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.1%

 BLUE value IS 148 (58.2% from 255) = 25.61%

R = 35.29%
G = 39.1%
B = 25.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#CCE294 (or 0xCCE294) is known color: Reef. HEX triplet: CC, E2 and 94. RGB value is (204,226,148). Sum of RGB (Red+Green+Blue) = 204+226+148=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE294 is #331D6B. Grayscale: #D2D2D2. Windows color (decimal): -3349868 or 9757388. OLE color: 9757388.

HSL color Cylindrical-coordinate representation of color #CCE294: hue angle of 76.92º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCE294 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 226 148 -
CMYK 0.10 0 0.35 0.11
HSL 76.92º 0.57% 0.73% -
HSV(B) 76.92º 0.35% 0.89% -
XYZ 57.44 69.37 38.38 -
YUV 210.53 92.71 123.34 -
System Red Green Blue C M Y K H S L
Decimal 204 226 148 0.10 0 0.35 0.11 76.92 0.57 0.73
Hex CC E2 94 A 0 23 B 4D 39 49
Octal 314 342 224 12 0 43 13 115 71 111
Binary 11001100 11100010 10010100 1010 0 100011 1011 1001101 111001 1001001

Color Harmonies of #CCE294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE294

Black with #CCE294

Text Example


Text Example

White with #CCE294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE294; }

 p { color: rgb(204,226,148); }

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

background-color css

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

 a { background-color: rgb(204,226,148); }

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

border-color css

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

 span { border-color: rgb(204,226,148); }

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