Html Css Color HEX #CAEEA3 Reef

📋 copy color: '#CAEEA3'

red 202 ◦ green 238 ◦ blue 163

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

Shades of Reef #CAEEA3

Tints of Reef #CAEEA3

RGB

 RED value IS 202 (79.3% from 255) = 33.5%

 GREEN value IS 238 (93.36% from 255) = 39.47%

 BLUE value IS 163 (64.06% from 255) = 27.03%

R = 33.5%
G = 39.47%
B = 27.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#CAEEA3 (or 0xCAEEA3) is known color: Reef. HEX triplet: CA, EE and A3. RGB value is (202,238,163). Sum of RGB (Red+Green+Blue) = 202+238+163=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 163 (64.06% from 255 or 27.03% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEEA3 is #35115C. Grayscale: #DADADA. Windows color (decimal): -3477853 or 10743498. OLE color: 10743498.

HSL color Cylindrical-coordinate representation of color #CAEEA3: hue angle of 88.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAEEA3 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 238 163 -
CMYK 0.15 0 0.32 0.07
HSL 88.8º 0.69% 0.79% -
HSV(B) 88.8º 0.32% 0.93% -
XYZ 61.54 76.35 46.14 -
YUV 218.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 202 238 163 0.15 0 0.32 0.07 88.8 0.69 0.79
Hex CA EE A3 F 0 20 7 59 45 4F
Octal 312 356 243 17 0 40 7 131 105 117
Binary 11001010 11101110 10100011 1111 0 100000 111 1011001 1000101 1001111

Color Harmonies of #CAEEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEEA3

Black with #CAEEA3

Text Example


Text Example

White with #CAEEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEEA3; }

 p { color: rgb(202,238,163); }

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

background-color css

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

 a { background-color: rgb(202,238,163); }

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

border-color css

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

 span { border-color: rgb(202,238,163); }

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