Html Css Color HEX #CAFA9A Reef

📋 copy color: '#CAFA9A'

red 202 ◦ green 250 ◦ blue 154

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

Shades of Reef #CAFA9A

Tints of Reef #CAFA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.41%

R = 33.33%
G = 41.25%
B = 25.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#CAFA9A (or 0xCAFA9A) is known color: Reef. HEX triplet: CA, FA and 9A. RGB value is (202,250,154). Sum of RGB (Red+Green+Blue) = 202+250+154=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA9A is #350565. Grayscale: #E1E1E1. Windows color (decimal): -3474790 or 10156746. OLE color: 10156746.

HSL color Cylindrical-coordinate representation of color #CAFA9A: hue angle of 90º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAFA9A is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 250 154 -
CMYK 0.19 0 0.38 0.02
HSL 90º 0.91% 0.79% -
HSV(B) 90º 0.38% 0.98% -
XYZ 64.38 83.26 43.25 -
YUV 224.7 88.1 111.81 -
System Red Green Blue C M Y K H S L
Decimal 202 250 154 0.19 0 0.38 0.02 90 0.91 0.79
Hex CA FA 9A 13 0 26 2 5A 5B 4F
Octal 312 372 232 23 0 46 2 132 133 117
Binary 11001010 11111010 10011010 10011 0 100110 10 1011010 1011011 1001111

Color Harmonies of #CAFA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFA9A

Black with #CAFA9A

Text Example


Text Example

White with #CAFA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFA9A; }

 p { color: rgb(202,250,154); }

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

background-color css

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

 a { background-color: rgb(202,250,154); }

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

border-color css

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

 span { border-color: rgb(202,250,154); }

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