Html Css Color HEX #00C38A Caribbean Green

📋 copy color: '#00C38A'

red 0 ◦ green 195 ◦ blue 138

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

Shades of Caribbean Green #00C38A

Tints of Caribbean Green #00C38A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 195 (76.56% from 255) = 58.56%

 BLUE value IS 138 (54.3% from 255) = 41.44%

R = 0%
G = 58.56%
B = 41.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#00C38A (or 0x00C38A) is known color: Caribbean Green. HEX triplet: 00, C3 and 8A. RGB value is (0,195,138). Sum of RGB (Red+Green+Blue) = 0+195+138=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #00C38A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C38A is #FF3C75. Grayscale: #828282. Windows color (decimal): -16727158 or 9093888. OLE color: 9093888.

HSL color Cylindrical-coordinate representation of color #00C38A: hue angle of 162.46º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C38A is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 195 138 -
CMYK 1 0 0.29 0.24
HSL 162.46º 1% 0.38% -
HSV(B) 162.46º 1% 0.76% -
XYZ 24.1 40.87 30.66 -
YUV 130.2 132.4 35.13 -
System Red Green Blue C M Y K H S L
Decimal 0 195 138 1 0 0.29 0.24 162.46 1 0.38
Hex 0 C3 8A 64 0 1D 18 A2 64 26
Octal 0 303 212 144 0 35 30 242 144 46
Binary 0 11000011 10001010 1100100 0 11101 11000 10100010 1100100 100110

Color Harmonies of #00C38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C38A

Black with #00C38A

Text Example


Text Example

White with #00C38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00C38A; }

 p { color: rgb(0,195,138); }

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

background-color css

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

 a { background-color: rgb(0,195,138); }

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

border-color css

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

 span { border-color: rgb(0,195,138); }

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