Html Css Color HEX #03CF98 Caribbean Green

📋 copy color: '#03CF98'

red 3 ◦ green 207 ◦ blue 152

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

Shades of Caribbean Green #03CF98

Tints of Caribbean Green #03CF98

RGB

 RED value IS 3 (1.56% from 255) = 0.83%

 GREEN value IS 207 (81.25% from 255) = 57.18%

 BLUE value IS 152 (59.77% from 255) = 41.99%

R = 0.83%
G = 57.18%
B = 41.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#03CF98 (or 0x03CF98) is known color: Caribbean Green. HEX triplet: 03, CF and 98. RGB value is (3,207,152). Sum of RGB (Red+Green+Blue) = 3+207+152=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CF98 is #FC3067. Grayscale: #8B8B8B. Windows color (decimal): -16527464 or 10014467. OLE color: 10014467.

HSL color Cylindrical-coordinate representation of color #03CF98: hue angle of 163.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CF98 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 207 152 -
CMYK 0.99 0 0.27 0.19
HSL 163.82º 0.97% 0.41% -
HSV(B) 163.82º 0.99% 0.81% -
XYZ 28.02 46.91 37.28 -
YUV 139.73 134.91 30.47 -
System Red Green Blue C M Y K H S L
Decimal 3 207 152 0.99 0 0.27 0.19 163.82 0.97 0.41
Hex 3 CF 98 63 0 1B 13 A4 61 29
Octal 3 317 230 143 0 33 23 244 141 51
Binary 11 11001111 10011000 1100011 0 11011 10011 10100100 1100001 101001

Color Harmonies of #03CF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CF98

Black with #03CF98

Text Example


Text Example

White with #03CF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03CF98; }

 p { color: rgb(3,207,152); }

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

background-color css

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

 a { background-color: rgb(3,207,152); }

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

border-color css

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

 span { border-color: rgb(3,207,152); }

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