Html Css Color HEX #CEFA90 Reef

📋 copy color: '#CEFA90'

red 206 ◦ green 250 ◦ blue 144

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

Shades of Reef #CEFA90

Tints of Reef #CEFA90

RGB

 RED value IS 206 (80.86% from 255) = 34.33%

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

 BLUE value IS 144 (56.64% from 255) = 24%

R = 34.33%
G = 41.67%
B = 24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#CEFA90 (or 0xCEFA90) is known color: Reef. HEX triplet: CE, FA and 90. RGB value is (206,250,144). Sum of RGB (Red+Green+Blue) = 206+250+144=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFA90 is #31056F. Grayscale: #E1E1E1. Windows color (decimal): -3212656 or 9501390. OLE color: 9501390.

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

Color convert

RGB 206 250 144 -
CMYK 0.18 0 0.42 0.02
HSL 84.91º 0.91% 0.77% -
HSV(B) 84.91º 0.42% 0.98% -
XYZ 64.67 83.51 39.1 -
YUV 224.76 82.42 114.62 -
System Red Green Blue C M Y K H S L
Decimal 206 250 144 0.18 0 0.42 0.02 84.91 0.91 0.77
Hex CE FA 90 12 0 2A 2 55 5B 4D
Octal 316 372 220 22 0 52 2 125 133 115
Binary 11001110 11111010 10010000 10010 0 101010 10 1010101 1011011 1001101

Color Harmonies of #CEFA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA90

Black with #CEFA90

Text Example


Text Example

White with #CEFA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA90; }

 p { color: rgb(206,250,144); }

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

background-color css

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

 a { background-color: rgb(206,250,144); }

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

border-color css

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

 span { border-color: rgb(206,250,144); }

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